home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / GadUtil / Examples / BetterTest / BetterTest.cd < prev    next >
Text File  |  1997-10-05  |  653b  |  61 lines

  1. #language english
  2. #version 0
  3. #basename BetterTest
  4. ;
  5. ; Catalog description for GadUtil test program
  6. ;
  7. ;
  8. MSG_NEXTDRIVE (//)
  9. _Next drive
  10. ;
  11. MSG_PREVDRIVE (//)
  12. _Prev drive
  13. ;
  14. MSG_DRIVE (//)
  15. _Drive
  16. ;
  17. MSG_CHECKME (//)
  18. C_heck me:
  19. ;
  20. MSG_REQUESTER (//)
  21. _Requester
  22. ;
  23. MSG_FILENAME (//)
  24. _Filename:
  25. ;
  26. MSG_INTEGER (//)
  27. _Integer:
  28. ;
  29. MSG_DRAGME (//)
  30. D_rag me:
  31. ;
  32. MSG_SCROLLME (//)
  33. Scr_oll me:
  34. ;
  35. MSG_SELECTITEM (//)
  36. _Select an item:
  37. ;
  38. MSG_SELECTCOL (//)
  39. Select _Color:
  40. ;
  41. MNU_1_TITLE (100//)
  42.  \x00Project
  43. ;
  44. MNI_1_IT1 (//)
  45. O\x00Open...
  46. ;
  47. MNI_1_IT2 (//)
  48. S\x00Save
  49. ;
  50. MNI_1_IT3 (//)
  51.  \x00Print
  52. ;
  53. MNS_1_IT3_1 (//)
  54.  \x00Draft
  55. ;
  56. MNS_1_IT3_2 (//)
  57.  \x00NLQ
  58. ;
  59. MNI_1_IT4 (//)
  60. Q\x00Quit
  61.